home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 001 / prcmutil.arc / FIDO.CMD < prev    next >
Encoding:
Text File  |  1985-08-30  |  1.8 KB  |  27 lines

  1. /**********************************************************************/
  2. /*                                                                    */
  3. /* Sample command file for automatic logon to FIDO BBS systems        */
  4. /*                                                                    */
  5. /**********************************************************************/
  6.  
  7. %E7                  /* Use ANSI-BBS emulation for ANSI graphics      */
  8. %C"10"               /* Call dialing directory entry number 10        */
  9. %T"!"                /* Transmit several Carriage returns waiting     */
  10. %W"1"                /* 1 second in between...                        */
  11. %T"!"                /*                                               */
  12. %W"1"                /*                                               */
  13. %T"!"                /*                                               */
  14. %W"1"                /*                                               */
  15. %T"!"                /*                                               */
  16. %W"1"                /*                                               */
  17. %T"!"                /*                                               */
  18. %I"Your FIRST name:" /* Wait for first name prompt...                 */
  19. %T"Albert!"          /* Send name.                                    */
  20. %I"Your  LAST name:" /* Wait for last name prompt...                  */
  21. %T"Einstein!"        /* Send name.                                    */
  22. %I"right? (y,n)"     /* wait for name verification prompt...          */
  23. %T"y"                /* send YES                                      */
  24. %I"Password:"        /* Wait for FIDO password prompt...              */
  25. %T"EMC2!"            /* Send password                                 */
  26. %A                   /* Sound alarm to let you know logon is complete */
  27.